home *** CD-ROM | disk | FTP | other *** search
/ World of Education / World of Education.iso / world_m / mt400.zip / INSTALL.BAT < prev    next >
DOS Batch File  |  1992-08-04  |  816b  |  24 lines

  1. CLS
  2. ECHO ON
  3. REM         I will now try to install files on drive C:
  4. REM         To run this program type 'TESTER' from the root drive.
  5. REM
  6. MD C:\TESTER
  7. COPY \TESTER\TESTER.EXE C:\TESTER
  8. COPY \TESTER\QUIZZER.EXE C:\TESTER
  9. COPY \TESTER\TIPSHEET.DOC C:\TESTER
  10. COPY \TESTER\GENERAL.TST C:\TESTER
  11. COPY \TESTER\INSTALL.BAT C:\TESTER
  12. COPY \TESTER.BAT C:\
  13. COPY \QUIZZER.BAT C:\
  14. CLS
  15. REM         If this program is on two disks, and you have only
  16. REM         installed one of them, insert the other disk and
  17. REM         install that one.
  18. REM         Once all disks have been installed, switch to drive
  19. REM         C: and type TESTER from the root directory to run
  20. REM         this program.
  21. REM
  22. REM         This installation has NOT made any changes to your
  23. REM         AUTOEXEC.BAT or CONFIG.SYS files.
  24.